home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2132 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.7 KB  |  90 lines

  1. Path: newsfeed.internetmci.com!xmission!news
  2. From: jsburger@xmission.com (John S. Burger)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Good Dialup program for AmiTCP?
  5. Date: 05 Mar 96 17:00:14 +0500
  6. Organization: XMission Internet (801 539 0900)
  7. Message-ID: <3361.6638T1020T731@xmission.com>
  8. References: <4h11pp$k94@news.csus.edu> <2516.6636T777T653@wvlink.mpl.com>
  9. NNTP-Posting-Host: slc143.xmission.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. On or about 03-Mar-96 12:57:13 Gene Heskett typed the following words about
  14. "Re: Good Dialup program for AmiTCP?".  My reply is thus...
  15.  
  16.  Hi Gene,
  17.  
  18.  
  19.  HJM>> on the other hand do not understand the former and the later
  20.  
  21.  HJM>>                             Thanks in advance
  22.  
  23.  GH> SlipCall crashed me too, unless I had segtracker/enforcer running. I
  24.  GH> couldn't afford the paper to log the hits, nor the performance hit
  25.  GH> that caused. Ergo, I *had* to fix Dailup since my ISP never woke up
  26.  GH> on the first cr transmitted, and got it baud rates all messed up if
  27.  GH> I sent a string of them.
  28.  
  29.  GH> Get the exact syntax of the commands from the system folks at the U.,
  30.  GH> or record them as a macro in a term proggy while doing a manual login,
  31.  GH> then plug them into the correct vars in the dialup line and go.
  32.  
  33.  GH> Bear in mind that dialup only parses the rest of the line in your
  34.  GH> script that its called on, therefore when editing this script, you
  35.  GH> *must* turn off any automatic linefeeds/word-wrappers your editor
  36.  GH> might do. That single line could be 300+ characters long!
  37.  
  38.  GH> I am on a system that doesn't use PAP/CHAP, does use kerboros, and is
  39.  GH> PPP only. Here is the script I feed it from a toolmanager button.
  40.  
  41.  GH> FAILAT 21
  42.  GH> c:dialup RPF=CON:420/270/270/200/DialUp/CLOSE/INACTIVE LOT=10 SCF=RAM:Env
  43.  GH> IF "$SLIPCARRIER" EQ "ON"
  44.  GH>     Amitcp:bin/StartNet
  45.  GH> ELSE
  46.  GH>     AmiTCP:bin/StopNet Flush
  47.  GH> ENDIF
  48.  GH> -eof-
  49.  
  50.  GH> That 'Dialup' line is 276 characters long.
  51.  
  52.  GH> See the "y..d\r2\r" which is part of the transmitted password above,
  53.  GH> the '2' is the actual 'PPP' trigger in this case since my site
  54.  GH> presents a 1 to 10 menu after the password is validated. The '2' is
  55.  GH> the start PPP option on that menu.
  56.  
  57.  GH> Note too that I've used some abreviations in that line. Not all of
  58.  GH> the variable names used in DialUp have abreviations available, so
  59.  GH> consult the docs for the exact abreviation to use if there is one
  60.  GH> available for that item.
  61.  
  62.  GH> As explained in the 3.06 docs, the only thing I changed was the WUS
  63.  GH> treatment, that * in there now causes a 1/4 second delay so the autobaud
  64.  GH> routines at the server don't get so confused. All I can say is Read
  65.  GH> the manual, paying attention to one item at a time.  Its very easy to
  66.  GH> get lost in that forest, I've done it myself many times! 8-(
  67.  
  68.  GH> Cheers
  69.  
  70.  GH> /*  Gene Heskett, one of Dialups authors |  These opinions are NOT to be
  71.  GH> /*  CE @ WDTV Weston/Clarksburg WV       |  confused with the official
  72.  GH> /*  <gene_heskett@wvlink.mpl.com>        |  WDTV managment views
  73.  GH> #include <std.disclaimer>
  74.  
  75.  
  76. Are you using ppp.device. If you are why not use the built in diler. It works
  77. great.
  78.  
  79. --
  80.       //        -= John =-    jsburger@xmission.com    BIX: jburger
  81.     \X/                                                                 Via
  82.                              Amateur Radio   KB0ES                       T
  83.  Amiga  2000                                                             H
  84.  A2630 A2632            John S. Burger       Hooper, UT                  O
  85. 2+14megs  RAM                                                            R
  86.   850meg HD             This message was composed on...                2.23▀
  87.  Iomega  ZIP                  5-Mar-96 16:58:18
  88. Borger King: Have it our way. Your way is irrelevant.
  89.  
  90.